[Pydev-users] [pydev - Users] cannot see variables after psyco import
Brought to you by:
fabioz
From: SourceForge.net <no...@so...> - 2006-10-20 20:15:25
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3973404 By: knovak The variables all say "cannot resolve variable" after I import psyco. This is before I actually tell psyco to compile anything. I execute this in the debugger: b=100 import psyco print b with breakpoints before & after the import. Any ideas how to get around this? I want psyco in my released code but am tired of commenting out each psyco import to debug. Thanks Kim ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 |