Re: Progress - was Re: on to communications
Bajusz Tamás <[email protected]>
| Newsgroups | gmane.comp.gnu.enterprise.general |
|---|---|
| Message-ID | <[email protected]> |
> DB000: File "/usr/local/gnue/lib/python/gnue/designer/base/Icons.py", > line 44, in ? > DB000: if sys.platform != 'win32': > DB000: NameError: name 'sys' is not defined > > and of course, I am dumped. Did get pretty far and got nice splash > screen. I can see in the file Icons.py but I haven't a clue why it's > breaking. Clues? > > Craig > It was fixed in svn before. Please try to install from svn or from snapshots. http://www.gnuenterprise.org/downloads/snapshots.php Or in Icons.py just add the line: import sys Bajusz Tamás ps: gnue-designer is a wxpython app, so -u option makes no sense here