ptitSeb
Serial Porter
for REAL_HOME, typeHi,
Thanks once again for your efforts + sorry for the delay in trying this out. I tried to follow the instructions/help you provided. I am having trouble with some bits, namely...
I was not sure how to do this in command line "create the env. variable REAL_HOME"
I cloned the git site but the python install could not find platform dependent/independent libraries
Not sure how to remedy these issues (sorry for general crapness - I'm not too clued up on command line and compiling)
If there is anyway the software could be package into a pnd I would much appreciate it...if possible. (would happily chuck some cash your way for your time/effort)
Thanks
CJ
export REAL_HOME=/home/your_name
for python issue, I know. I have fixed that in later wxpython & codeblocks PND. The fix is simple, type
unset PYTHONPATH
unset PYTHONHOME
and it should work.