Updating is broken on Windows EXE (since ~0.40)

Bug #649675 reported by Steven Sproat
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
Whyteboard
Fix Committed
Medium
Steven Sproat

Bug Description

Traceback (most recent call last):
 File \"whyteboard\\dialogs.pyo\", line 386, in update
 File \"urllib.pyo\", line 94, in urlretrieve
 File \"urllib.pyo\", line 238, in retrieve
 File \"urllib.pyo\", line 206, in open
 File \"urllib.pyo\", line 468, in open_file
 File \"urllib.pyo\", line 472, in open_local_file
ImportError: No module named email.utils

I excluded the email module from the EXE build process. whoops.

Tags: windows exe
Revision history for this message
Zack Buhman (zbuhman) wrote :

I get a slightly different traceback:

Traceback (most recent call last):
  File "C:\Users\Keji Amos\Desktop\whyteboard-0.41.1\whyteboard-0.41.1\whyteboard\gui\dialogs.py", line 374, in update
    self.gui.prompt_for_save(os.execvp, wx.YES_NO, args)
  File "C:\Users\Keji Amos\Desktop\whyteboard-0.41.1\whyteboard-0.41.1\whyteboard\gui\frame.py", line 539, in prompt_for_save
    method(*args)
  File "C:\Python26\lib\os.py", line 344, in execvp
    _execvpe(file, args)
  File "C:\Python26\lib\os.py", line 380, in _execvpe
    func(fullname, *argrest)
OSError: [Errno 2] No such file or directory

Revision history for this message
Steven Sproat (sproaty) wrote :

Have removed the exclude for email library from build.

Changed in whyteboard:
status: Confirmed → In Progress
Revision history for this message
Steven Sproat (sproaty) wrote :

I've now re-written updating :)

Steven Sproat (sproaty)
Changed in whyteboard:
status: In Progress → Fix Committed
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.