Tiny Core Base > Raspberry Pi

How can I get an apscheduler extension?

<< < (4/4)

bill thomson:
Noted and recorded.

Thanks for setting me straight, guys.    :-[

Regards,

Bill - KR6K

Terry_J_C:
Guys,

Just happened past after being focused on other aspects of my project for a few weeks.

Thanks for the info Bill et al; I'll try the procedure outlined in due course.  I'm busy designing the hardware and agreeing the requirements with the Trustees of our Model Town, which will be the beneficiary of this work.  We are re-instating the chimes in the model Minster, including physically striking the model 'Quarter Jack' bells every 15 minutes.

Once the Trustees have decided, I'll buy all the hardware and will have time to get back to this while I await delivery!

bill thomson:
Terry,

In addition to the info from the previous posts in this thread, you'll need to add

/usr/local/bin/pip

to /opt/.filetool.lst to make pip persistent.

usr/local/lib/python2.7/site-packages/APScheduler will make APS persistent.

Don't forget to do a backup.

Terry_J_C:

--- Quote from: bill thomson on October 10, 2016, 04:46:57 AM ---In addition to the info from the previous posts in this thread, you'll need to add

/usr/local/bin/pip

to /opt/.filetool.lst to make pip persistent.

usr/local/lib/python2.7/site-packages/APScheduler will make APS persistent.

Don't forget to do a backup.

--- End quote ---

Bill,

Thanks.

Terry_J_C:

--- Quote from: bill thomson on October 10, 2016, 04:46:57 AM ---In addition to the info from the previous posts in this thread, you'll need to add

/usr/local/bin/pip

to /opt/.filetool.lst to make pip persistent.

usr/local/lib/python2.7/site-packages/APScheduler will make APS persistent.


--- End quote ---
Bill,

Your procedure (with added bits) seemed to work well and I have now been able to import apscheduler into Python 2.7.

I have one further clarification to ask for.  You mentioned at the beginning that APScheduler is case sensitive, and so I followed your instructions to the letter.  All of the commands worked OK (there was a fairly lengthy error message when I installed APScheduler, regarding ownership of the install location, but it seemed to work OK).

However, I've noticed that the APScheduler code seems to be installed in usr/local/lib/python2.7/site-packages/apscheduler not usr/local/lib/python2.7/site-packages/APScheduler and I have to import apscheduler, not APScheduler, so should I be backing up usr/local/lib/python2.7/site-packages/apscheduler instead (or as well)?

Navigation

[0] Message Index

[*] Previous page

Go to full version