On Wed, Jul 1, 2009 at 17:36, maning sambale<emmanuel.samb...@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

_______________________________________________
talk mailing list
talk@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk

Reply via email to