Python3.2b2:
> make -f Makefile.Py32
> python3.2 uwsgiconfig.py --build
> Traceback (most recent call last):
>   File "uwsgiconfig.py", line 15, in <module>
>     import ConfigParser
> ImportError: No module named ConfigParser
> make: *** [all] Error 1


On Sat, 2011-01-08 at 11:11 -0600, David Hollander wrote:
> Ubuntu 10.10 64bit
> locale is "en_US.UTF-8"
> Dev version at tip (commit 760)
> 
> using Python 3.1:
> > make -f Makefile.Py31
> > python3.1 uwsgiconfig.py --build
> >   File "uwsgiconfig.py", line 140
> >     print("using profile: %s" % filename)
> >                                         ^
> > TabError: inconsistent use of tabs and spaces in indentation
> > make: *** [all] Error 1
> > 
> 
> using Python 2.6
> > make -f Makefile.Py26
> ...
> > cc1: warnings being treated as errors
> > uwsgi.c: In function ‘uwsgi_start’:
> > uwsgi.c:1334: error: ignoring return value of ‘write’, declared with 
> > attribute warn_unused_result
> > uwsgi.c:1336: error: ignoring return value of ‘write’, declared with 
> > attribute warn_unused_result
> > uwsgi.c:1342: error: ignoring return value of ‘write’, declared with 
> > attribute warn_unused_result
> > uwsgi.c:1344: error: ignoring return value of ‘write’, declared with 
> > attribute warn_unused_result
> > uwsgi.c:1349: error: ignoring return value of ‘write’, declared with 
> > attribute warn_unused_result
> > uwsgi.c:1351: error: ignoring return value of ‘write’, declared with 
> > attribute warn_unused_result
> > uwsgi.c:1354: error: ignoring return value of ‘write’, declared with 
> > attribute warn_unused_result
> > make: *** [all] Error 1
> 
> The .9.6.6 download compiles fine, dev version does not
> 
> On Sat, 2011-01-08 at 11:27 +0100, Roberto De Ioris wrote:
> > > Hello I am interesting in testing the cacheing framework, but have had
> > > no luck getting the development mercurial repository to compile.
> > >
> > > I've tried hg update to revert back a few commits including 703, but I
> > > always ran into indentation errors in uwsgiconfig.py . In the tip (760)
> > > it also tries to import "ConfigParser" which does not appear to be
> > > tracked by the repository.
> > >
> > > If you are busy no worries, I might try the pylibmc
> > > https://github.com/lericson/pylibmc memcached library in the meantime
> > > until .9.7 is released.
> > >
> > > Cheers,
> > > David Hollander
> > >
> > 
> > Hi david which python version, os and locale are you using ?
> > 
> > Thanks
> 
> 


_______________________________________________
uWSGI mailing list
[email protected]
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi

Reply via email to