Discussion:
sync-install-plugins error
apoorvag
2009-03-19 11:08:36 UTC
Permalink
Hi.

I am trying to build synce on Mac OS X(Leopard)....but for synce-install-plugins.py errors are coming........

sh-3.2# synce-install-plugins.py
Traceback (most recent call last):
File "/usr/local/bin/synce-install-plugins.py", line 5, in <module>
pkg_resources.run_script('sync-engine==0.13', 'synce-install-plugins.py')
File "/System/Library/Frameworks/Python.framework/Versions/2.5/Extras/lib/python/pkg_resources.py", line 442, in run_script
self.require(requires)[0].run_script(script_name, ns)
File "/System/Library/Frameworks/Python.framework/Versions/2.5/Extras/lib/python/pkg_resources.py", line 1160, in run_script
execfile(script_filename, namespace, namespace)
File "/Library/Python/2.5/site-packages/sync_engine-0.13-py2.5.egg/EGG-INFO/scripts/synce-install-plugins.py", line 8, in <module>
import SyncEngine.kernel
File "/Library/Python/2.5/site-packages/sync_engine-0.13-py2.5.egg/SyncEngine/kernel.py", line 33, in <module>
import rrasyncmanager
File "/Library/Python/2.5/site-packages/sync_engine-0.13-py2.5.egg/SyncEngine/rrasyncmanager.py", line 12, in <module>
import pyrra
ImportError: dlopen(/Library/Python/2.5/site-packages/sync_engine-0.13-py2.5.egg/SyncEngine/pyrra.so, 2): no suitable image found. Did find:
/Library/Python/2.5/site-packages/sync_engine-0.13-py2.5.egg/SyncEngine/pyrra.so: unknown file type, first eight bytes: 0x7F 0x45 0x4C 0x46 0x01 0x01 0x01 0x00


Mac OS libraries are stored as .dylib and linux libraries are stored as .so ...Whats the difference ?????
Please reply ........

This message (including any attachment) is confidential and may be legally privileged. Access to this message by anyone other than the intended recipient(s) listed above is unauthorized. If you are not the intended recipient you are hereby notified that any disclosure, copying, or distribution of the message, or any action taken or omission of action by you in reliance upon it, is prohibited and may be unlawful. Please immediately notify the sender by reply e-mail and permanently delete all copies of the message if you have received this message in error.
Mark Ellis
2009-03-19 11:28:39 UTC
Permalink
Post by apoorvag
Hi.
I am trying to build synce on Mac OS X(Leopard)....but for
synce-install-plugins.py errors are coming........
sh-3.2# synce-install-plugins.py
File "/usr/local/bin/synce-install-plugins.py", line 5, in <module>
pkg_resources.run_script('sync-engine==0.13',
'synce-install-plugins.py')
File
"/System/Library/Frameworks/Python.framework/Versions/2.5/Extras/lib/python/pkg_resources.py", line 442, in run_script
self.require(requires)[0].run_script(script_name, ns)
File
"/System/Library/Frameworks/Python.framework/Versions/2.5/Extras/lib/python/pkg_resources.py", line 1160, in run_script
execfile(script_filename, namespace, namespace)
File
"/Library/Python/2.5/site-packages/sync_engine-0.13-py2.5.egg/EGG-INFO/scripts/synce-install-plugins.py", line 8, in <module>
import SyncEngine.kernel
File
"/Library/Python/2.5/site-packages/sync_engine-0.13-py2.5.egg/SyncEngine/kernel.py", line 33, in <module>
import rrasyncmanager
File
"/Library/Python/2.5/site-packages/sync_engine-0.13-py2.5.egg/SyncEngine/rrasyncmanager.py", line 12, in <module>
import pyrra
/Library/Python/2.5/site-packages/sync_engine-0.13-py2.5.egg/SyncEngine/pyrra.so: unknown file type, first eight bytes: 0x7F 0x45 0x4C 0x46 0x01 0x01 0x01 0x00
Not sure what exactly is going on, but its a problem importing the
python rra bindings.

You're probably getting ahead of yourself though, don't even bother
installing sync-engine until you can get a connection and pls gives you
a directory listing.

Mark
Post by apoorvag
Mac OS libraries are stored as .dylib and linux libraries are stored
as .so ...Whats the difference ?????
Please reply ........
This message (including any attachment) is confidential and may be
legally privileged. Access to this message by anyone other than the
intended recipient(s) listed above is unauthorized. If you are not the
intended recipient you are hereby notified that any disclosure,
copying, or distribution of the message, or any action taken or
omission of action by you in reliance upon it, is prohibited and may
be unlawful. Please immediately notify the sender by reply e-mail and
permanently delete all copies of the message if you have received this
message in error.
Loading...