Import errors

File icon
This commit is contained in:
Ruud
2012-05-15 23:21:24 +02:00
parent 0d624af01d
commit 3cd59edc8b
3 changed files with 10 additions and 6 deletions
+1 -2
View File
@@ -10,7 +10,6 @@ import wx
if hasattr(sys, 'frozen'):
import libs
base_path = os.path.dirname(os.path.dirname(os.path.abspath(libs.__file__)))
print base_path
else:
base_path = os.path.dirname(os.path.abspath(__file__))
@@ -143,7 +142,7 @@ class CouchPotatoApp(wx.App, SoftwareUpdate):
# Updater
base_url = 'http://couchpota.to/updates/'
self.InitUpdates(base_url, base_url + 'changelog.html',
icon = wx.Icon('icon.ico'))
icon = wx.Icon('icon.png'))
self.frame = MainFrame(self)
self.frame.Bind(wx.EVT_CLOSE, self.onClose)