TRying to import files from my folder not pythons lib folder

Gabriel Genellina gagsl-py2 at yahoo.com.ar
Mon Sep 24 22:36:23 EDT 2007


En Mon, 24 Sep 2007 22:36:38 -0300, Luis M. González <luismgz at gmail.com>  
escribi�:

> I solved the problem!
> You were right. It seems there was a module that was causing problems,
> although I don't know which one...
> I just moved all the .py files on my desktop to a new folder, and
> everything worked just fine.
> The list of .py files in my desktop were:
>
> 'code.py', 'code2.py', 'code22.py', 'code3.py', 'draft.py',
> 'flups.py', 'forma.py', 'fx.py', 'nuevo.py', 'nwind', 'ops',
> 'pages.py', 'qqq.py', 'sample.py', 'ses.py', 'sess.py', 'sess2.py',
> 'soup.py', 'style.py', 'test_session.py', 'up.py', 'up2.py', 'ww.py',
> 'xx.pyw', 'xx.rsrc.py', 'xxxx.py'
>
> Any idea of which one was causing trouble?

Possibly code.py, it's a standard module  
<http://docs.python.org/lib/module-code.html>

> Gracias, che!

De nada loco!

-- 
Gabriel Genellina




More information about the Python-list mailing list