Prev: Pickle problem while loading a class instance.
Next: Performance of list vs. set equality operations
From: Alex Hall on 6 Apr 2010 13:25 Sorry this is a forward (long story involving a braille notetaker's bad copy/paste and GMail's annoying mobile site). Basically, I am getting errors when I run the project at http://www.gateway2somewhere.com/sw.zip and I do not understand why. The bad line was working until I added more import statements. I know my setup is not good, but I cannot seem to get my own packages to work (putting files in a folder along with __init__.py). If anyone can explain what I did and how I can fix it, I would very much appreciate it!! Requires Windows, tested on Vista/xp/7 with python2.6. ---------- Forwarded message ---------- From: Alex Hall <mehgcap(a)gmail.com> Date: Tue, 6 Apr 2010 13:06:24 -0400 Subject: imports again To: python-users(a)python.org Hello all, My project is stalled because of an import problem. I know my imports are a tangled mess (1 imports 2 3 and 4, 2 imports 1 and 3, 3 imports 2 and 4, and so on). I would very much appreciate it if someone could look at the setup and recommend a fix. Right now, an exception is being thrown when I import a file, even though this import was working until I added some different import statements. The entire thing, intended for Windows xp+ and Python2.6, is at http://www.gateway2somewhere.com/sw.zip Thanks in advance for any help or suggestions! -- Have a great day, Alex (msg sent from GMail website) mehgcap(a)gmail.com; http://www.facebook.com/mehgcap -- Have a great day, Alex (msg sent from GMail website) mehgcap(a)gmail.com; http://www.facebook.com/mehgcap
From: Gabriel Genellina on 7 Apr 2010 11:15
En Tue, 06 Apr 2010 14:25:38 -0300, Alex Hall <mehgcap(a)gmail.com> escribi�: > Sorry this is a forward (long story involving a braille notetaker's > bad copy/paste and GMail's annoying mobile site). Basically, I am > getting errors when I run the project at > http://www.gateway2somewhere.com/sw.zip Error 404 -- Gabriel Genellina |