RE: Problem with pylons install on win XP 32

2008-12-19 Thread Jules Stevenson


 
 You should work with Python 2.5, or maybe you could use 0.9.7rc

Not really an option, we're tied into 2.6 [64 bit windows - nice :P] because
that's the version the 3d app we use predominantly here uses.


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
pylons-discuss group.
To post to this group, send email to pylons-discuss@googlegroups.com
To unsubscribe from this group, send email to 
pylons-discuss+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en
-~--~~~~--~~--~--~---



RE: Problem with pylons install on win XP 32

2008-12-18 Thread Jules Stevenson

 Hi All,
 
 I've been trying to get pylons up and running on a win 32bit XP box
 under
 python 2.6.1. Easy install worked up until the json errors, I then
 manually
 installed the rest of the dependancies. JSON I ran without speedups,
 and
 therefore bypassed the failure to install.

snip

It was down to using the recommended paste dependencies, updated to newer
versions and all is well.

Jules


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
pylons-discuss group.
To post to this group, send email to pylons-discuss@googlegroups.com
To unsubscribe from this group, send email to 
pylons-discuss+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en
-~--~~~~--~~--~--~---



Re: Problem with pylons install on win XP 32

2008-12-18 Thread Julio Napurí Carlos

You should work with Python 2.5, or maybe you could use 0.9.7rc

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
pylons-discuss group.
To post to this group, send email to pylons-discuss@googlegroups.com
To unsubscribe from this group, send email to 
pylons-discuss+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en
-~--~~~~--~~--~--~---



Problem with pylons install on win XP 32

2008-12-17 Thread Jules Stevenson

Hi All,

I've been trying to get pylons up and running on a win 32bit XP box under
python 2.6.1. Easy install worked up until the json errors, I then manually
installed the rest of the dependancies. JSON I ran without speedups, and
therefore bypassed the failure to install.

When I try and setup a project paster dies on me with the following
traceback:

C:\paster create -t pylons ark
Traceback (most recent call last):
  File c:\python26\scripts\paster-script.py, line 8, in module
load_entry_point('pastescript==1.3.6', 'console_scripts', 'paster')()
  File
c:\python26\lib\site-packages\pastescript-1.3.6-py2.6.egg\paste\script\comm
and.py, line 77, in run
command = commands[command_name].load()
  File build\bdist.win32\egg\pkg_resources.py, line 1913, in load
  File
c:\python26\lib\site-packages\pastescript-1.3.6-py2.6.egg\paste\script\crea
te_distro.py, line 8, in module
import copydir
  File
c:\python26\lib\site-packages\pastescript-1.3.6-py2.6.egg\paste\script\copy
dir.py, line 384, in module
class LaxTemplate(string.Template):
  File C:\Python26\lib\string.py, line 119, in __init__
cls.pattern = _re.compile(pattern, _re.IGNORECASE | _re.VERBOSE)
  File C:\Python26\lib\re.py, line 188, in compile
return _compile(pattern, flags)
  File C:\Python26\lib\re.py, line 236, in _compile
raise ValueError('Cannot process flags argument with a compiled
pattern')
ValueError: Cannot process flags argument with a compiled pattern

Any pointers into why this is occurring would be much appreciated.

Jules




--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
pylons-discuss group.
To post to this group, send email to pylons-discuss@googlegroups.com
To unsubscribe from this group, send email to 
pylons-discuss+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en
-~--~~~~--~~--~--~---