[OSM-talk] upload error using bulk_upload.py

Simone Cortesi simone at cortesi.com
Wed Jul 8 18:37:02 BST 2009


On Wed, Jul 1, 2009 at 17:36, maning sambale<emmanuel.sambale at gmail.com> wrote:

> I get this error using bulk_upload.py:
>
> $ python bulk_upload.py --input=pas_osm.osm --user=****
> --password=**** --comment="*****"
> bulk_upload.py:42: DeprecationWarning: the sets module is deprecated
>  import sets
> Uploading change set:1701375
> Error uploading changeset:404
>
> Any advice?

Hi maning,
that is just a warning, not an error, it says that the sets "module"
of Python has been deprecated from the release you are actually using.
It is something written toward developers and not users.

You can sefely ignore it, or make it disappear using this "-Wignore"
just after invoking python.

-- 
-S




More information about the talk mailing list