Hi the stackless experts,

I am very new to stackless python and have the two following newbie questions:

1. using stackless python under eclipse with the plugin pydev
the "import stackless" yields a unresolved import error, although the standard python modules can be imported and running of files without stackless python is totally ok, otherwise not possible. But such errors only occur if I used the pydev template to create python modules and write stackless in them. i.e., if I use eclispe and open a general project (not pydev predefined python project), then create a normal file (not pydev predefined python file) with an extension of .py, using stackless is no problem... which means the configuration of the python interpreter is ok, but the ones with the pydev predefined template are only using standard python library but ignoring stackless... this is quite strange, because I didn't install standard python but used the one provided on stackless home page (the bundle pack with standard python and stackless, version 3.0.1), which means the only library should already contain stackless ones... maybe someone already knows about this? I google it but couldn't find anything...

2. Are there any tutorial about using stackless to do* xml-related operations* (generating, manipulating, parsing, etc.) and *DB operations* (connecting, inquiring, etc.)?*
*
best regards,
CJ

_______________________________________________
Stackless mailing list
[email protected]
http://www.stackless.com/mailman/listinfo/stackless

Reply via email to