After clearing out my site-packages directory and leaving only sqlobjects,
this is what is returned:
>>> import sqlobject
Traceback (most recent call last):
File , line 0, in <stdin>##83
File , line 0, in __import__##4
File C:\IronPython\lib\site-packages\sqlobject\__init__.py, line 1, in
Initial
ize
File , line 0, in __import__##4
File C:\IronPython\lib\site-packages\sqlobject\main.py, line 40, in
Initialize
File , line 0, in __import__##4
File C:\IronPython\lib\site-packages\sqlobject\dbconnection.py, line 19,
in In
itialize
File , line 0, in __import__##4
File C:\IronPython\lib\site-packages\sqlobject\col.py, line 30, in
Initialize
File , line 0, in __import__##4
ImportError: No module named formencode
On 9/5/07, luis cota <[EMAIL PROTECTED]> wrote:
>
> I extracted the sqlobject folder from the egg directory in my
> site-packages. When attempting an import, this is the error returned in
> IronPython. Perhaps you can help me with building the library?
>
> >>> import sqlobject
> Traceback (most recent call last):
> File , line 0, in <stdin>##93
> File , line 0, in __import__##4
> File C:\IronPython\lib\site-packages\sqlobject\__init__.py, line 1, in
> Initial
> ize
> File , line 0, in __import__##4
> File C:\IronPython\lib\site-packages\sqlobject\main.py, line 40, in
> Initialize
>
> File , line 0, in __import__##4
> File C:\IronPython\lib\site-packages\sqlobject\dbconnection.py, line 19,
> in In
> itialize
> File , line 0, in __import__##4
> File C:\IronPython\lib\site-packages\sqlobject\col.py, line 30, in
> Initialize
> File , line 0, in __import__##4
> File C:\IronPython\lib\site-packages\formencode-
> 0.7.1-py2.5.egg\formencode\__i
> nit__.py, line 1, in Initialize
> File , line 0, in __import__##4
> File C:\IronPython\lib\site-packages\formencode-
> 0.7.1-py2.5.egg\formencode\api
> .py, line 9, in Initialize
> File , line 0, in __import__##4
> File C:\IronPython\lib\site-packages\setuptools-
> 0.7a1dev_r53614-py2.5.egg\pkg_
> resources.py, line 16, in Initialize
> File , line 0, in __import__##4
> ImportError: No module named zipimport
>
>
> On 9/5/07, Oleg Broytmann <[EMAIL PROTECTED]> wrote:
> >
> > On Wed, Sep 05, 2007 at 07:46:59AM -0400, luis cota wrote:
> > > error: package directory 'sqlobject' does not exist
> >
> > Instead of using the egg try unzipping the directory sqlobject out of
> > the egg. Or extract it from the source tarball.
> >
> > Oleg.
> > --
> > Oleg Broytmann http://phd.pp.ru/
> > [EMAIL PROTECTED]
> > Programmers don't die, they just GOSUB without RETURN.
> >
> >
> > -------------------------------------------------------------------------
> > This SF.net email is sponsored by: Splunk Inc.
> > Still grepping through log files to find problems? Stop.
> > Now Search log events and configuration files using AJAX and a browser.
> > Download your FREE copy of Splunk now >> http://get.splunk.com/
> > _______________________________________________
> > sqlobject-discuss mailing list
> > sqlobject-discuss@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss
> >
>
>
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
sqlobject-discuss mailing list
sqlobject-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss