import wx.lib.softwareupdate
Traceback (most recent call last):
File “”, line 1, in
File “/home/zvezda/src/Phoenix/wx/lib/softwareupdate.py”, line 32, in
import urllib2
ImportError: No module named ‘urllib2’
import wx.lib.softwareupdate
Traceback (most recent call last):
File “”, line 1, in
File “/home/zvezda/src/Phoenix/wx/lib/softwareupdate.py”, line 32, in
import urllib2
ImportError: No module named ‘urllib2’
Bo�tjan Mejak wrote:
>>> import wx.lib.softwareupdate
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/home/zvezda/src/Phoenix/wx/lib/softwareupdate.py", line 32, in
<module>
import urllib2
ImportError: No module named 'urllib2'
It's not really a bug yet since that module has not been ported to Py3 yet, or even to Phoenix yet. Otherwise there would be a "Tags:" header at the top saying what has been done to it so far.
If you would like to help resolve this then please see ProjectPhoenix/LibraryMigration - wxPyWiki and submit a patch.
--
Robin Dunn
Software Craftsman