[web2py] Re: web2py with jython on linux

2011-09-17 Thread Massimo Di Pierro
Can you try gluon/dal.py:import copy_reg from the jython shell. That line is in dal.py not in storage.py strange. On Sep 17, 11:56 am, Vasile Ermicioi wrote: > > Can you do import cPickle form a regular jython shell? > > yes > > steps to reproduce: > 1) > install latest jython (2.5.2) > 2) > wg

Re: [web2py] Re: web2py with jython on linux

2011-09-17 Thread Vasile Ermicioi
> > Can you do import cPickle form a regular jython shell? yes steps to reproduce: 1) install latest jython (2.5.2) 2) wget http://www.web2py.com/examples/static/web2py_src.zip unzip web2py_src.zip jython web2py.py

[web2py] Re: web2py with jython on linux

2011-09-17 Thread Massimo Di Pierro
Can you do import cPickle form a regular jython shell? On Sep 17, 4:35 am, Vasile Ermicioi wrote: > gluon.storage line 15

Re: [web2py] Re: web2py with jython on linux

2011-09-17 Thread Vasile Ermicioi
gluon.storage line 15

[web2py] Re: web2py with jython on linux

2011-09-16 Thread Massimo Di Pierro
where is the line "import cPickle"? On Sep 16, 10:46 pm, elffikk wrote: > I got this error > > import cPickle > ImportError: No module named copy_reg