setup.py has a bug
Brought to you by:
jymen
The setup.py for jpydebug has a bug, and as a result
the dbgutils module doesn't get installed.
py_modules=["jpydaemon" , "firstsample" , "inspector" ,
"dbgutils " ,"pylintlauncher", "simplejy" , "simplepy" ]
Notice that there's a space after the word dbgutils.
As a result of this, the script tries to install
dbutils .py and doesn't find it.
Good news, there is a simple fix for this!
S
stewart 'at' midwinter 'dot' ca
Logged In: YES
user_id=513881
setup.py is only usefull if you plan to debug remotelly ,
python stuff is automatically populated in the jedit or
netbeans context directory upon pluggin initial load
I'll fix this problem anyway.
Jean-Yves