I am attempting to run the simple example provided in the DSage
documentation. Running dsage.server() gives the result below saying
that __init__.py is missing. Similarly dsage.worker() gives __init__.py
is missing. When I run the client I get no result from f =
DistributedFactor(D,123456789, name='my_factor'). Am I doing something
stupid, or is the missing __init.py__ causing my problems?
Best Regards,
Jack Fearnley
---------------------------------------------------------------------
| SAGE Version 2.1.4, Release Date: 2007-02-17 |
| Type notebook() for the GUI, and license() for information. |
----------------------------------------------------------------------
sage: dsage.server()
warning: Not importing directory 'site': missing __init__.py
Unhandled error in Deferred:
Traceback (most recent call last):
File "/usr/local/sage2/sage-2.1.4/local/bin/dsage_server.py", line
145, in <module>
main()
----------------------------------------------------------------------
| SAGE Version 2.1.4, Release Date: 2007-02-17 |
| Type notebook() for the GUI, and license() for information. |
----------------------------------------------------------------------
sage: dsage.worker()
warning: Not importing directory 'site': missing __init__.py
2007/03/12 14:25 -0400 [-] Log opened.
2007/03/12 14:25 -0400 [-] Starting factory
<twisted.spread.pb.PBClientFactory instance at 0xb7990e4c>
2007/03/12 14:25 -0400 [Broker,client] Initialized 2 workers.
2007/03/12 14:25 -0400 [Broker,client] Submitted host info
2007/03/12 14:25 -0400 [Broker,client] Unhandled error in Deferred:
2007/03/12 14:25 -0400 [Broker,client] Unhandled Error
[EMAIL PROTECTED] ~]$ sage
----------------------------------------------------------------------
| SAGE Version 2.1.4, Release Date: 2007-02-17 |
| Type notebook() for the GUI, and license() for information. |
----------------------------------------------------------------------
sage: D = DSage()
sage: f = DistributedFactor(D,123456789, name='my_factor')
sage: f.start()
sage: print f.result
None
sage: print f.done
True
sage:
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/sage-forum
URLs: http://sage.math.washington.edu/sage/ and http://sage.scipy.org/sage/
-~----------~----~----~----~------~----~------~--~---