Notice: This forum has been recovered from an old backup, so some content, links, and dates may be outdated. The forum is currently read-only while we restore sign-in and registration functionality. Details

If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.

How to include other libraries in plugin

Do you have questions about writing plugins or scripts in Python? Meet the coders here.
Post Reply
TheOgre
Posts: 7
Joined: Thu Oct 06, 2011 1:52 am

How to include other libraries in plugin

Post by TheOgre »

Hi all,

I might be missing something really basic here, but how do include other python libraries in my plugin?

I created a sub folder in my plugin directory and put the .py files there, but EG locks up on starting.

Looks like it's going through compiling the library py files, but getting stuck.

It creates a pyc file for the first file in the folder and then stops. If i delete that file, re-open EG, it creates a pyc for the next file and stops.

Is there anything in particular that is not allowed in these libraries that could be causing the problem?
cfull1
Experienced User
Posts: 124
Joined: Thu Aug 19, 2010 4:52 am

Re: How to include other libraries in plugin

Post by cfull1 »

Post Reply