[Elisa-commits] Changeset 4799 by lionel
Linda
linda at fluendo.com
Wed Jan 30 17:06:22 CET 2008
Hola,
I'm Linda, the friendly SVN commit spy.
On Wed, 30 Jan 2008 16:06:18 -0000, lionel has committed some new stuff. The
log message was:
"""
* elisa/core/plugin_registry.py:
Change for windows.
* mswin32/win_set_env.py:
Add path to pythonpath.
"""
Maintainers of changed files are:
- trunk/elisa/core/plugin_registry.py
* Philippe Normand <philippe at fluendo.com>
- trunk/mswin32/win_set_env.py
* Lionel Martin <lionel at fluendo.com>
Please see https://code.fluendo.com/elisa/trac/changeset/4799 for details about this commit!
Diff of the changeset appears below:
--- trunk/ChangeLog
+++ trunk/ChangeLog
@@ -1,3 +1,11 @@
+2008-01-30 Lionel Martin <lionel at fluendo.com>
+
+ * elisa/core/plugin_registry.py:
+ Change for windows.
+
+ * mswin32/win_set_env.py:
+ Add path to pythonpath.
+
2008-01-30 Alessandro Decina <alessandro at fluendo.com>
* elisa/plugins/good/media_db/elisa_media.py:
--- trunk/elisa/core/plugin_registry.py
+++ trunk/elisa/core/plugin_registry.py
@@ -393,16 +393,16 @@
try:
module = __import__(module_name, {}, {},
[module_filename,])
- except ImportError, error:
+ except Exception, error:
self.warning("Could not import module %s" % filename)
common.application.handle_traceback()
- continue
else:
modules.append(module)
sys.path.remove(parent)
except OSError, error:
self.warning(error)
+ continue
for module in modules:
for symbol_name in dir(module):
--- trunk/mswin32/win_set_env.py
+++ trunk/mswin32/win_set_env.py
@@ -47,6 +47,7 @@
'python\\Lib\\site-packages\\gtk-2.0',
'python\\Lib\\site-packages\\zope',
'python\\Lib\\site-packages\\win32',
+ 'python\\Lib\\site-packages\\lib',
'gstreamer\\0.10\\site-packages',
'gstreamer\\0.10\\site-packages\\gst-0.10',
'pigment\\pigment-python-0.3.2.1',
Feel free to slap lionel if he did something wrong. I'm not
able to determine that.
Cheers,
Linda
More information about the Elisa-commits
mailing list