collective / transmogrify.ploneremote

Transmogrifier blueprints for uploading content via xmlrpc to a plone site
http://pypi.python.org/pypi/transmogrify.ploneremote
7 stars 6 forks source link

1.2 release is broken #10

Closed ju55i closed 12 years ago

ju55i commented 12 years ago

Could someone push a new release to PyPi? Current version is broken because the urlparse import error.

brianroberg commented 12 years ago

I've hit this problem too. I'm trying to use funnelweb to import into a Plone site, but I'm getting a NameError on urlparse. Here's the last few lines of the traceback:

File "/usr/local/Plone/buildout-cache/eggs/transmogrify.ploneremote-1.2-py2.7.egg/transmogrify/ploneremote/remoteschemaupdater.py", line 35, in __iter__
  for item in self.previous:
File "/usr/local/Plone/buildout-cache/eggs/transmogrify.ploneremote-1.2-py2.7.egg/transmogrify/ploneremote/remoteconstructor.py", line 83, in __iter__
  _,_,oldpath,_,_,_ = urlparse(f.geturl())
NameError: global name 'urlparse' is not defined
djay commented 12 years ago

I'm working on making the current version of the code stable so I can release it

djay commented 12 years ago

1.3 is released