So i think i got it running, but by doing it in a very hacky way
I did a virtualenv of 2.6.5 stackless, then easy_install flask.
then I copied the eggs into the plugin folder i'm writing and put this in the plugin __init__
import sys
sys.path.append('flask-0.10.1-py2.6.egg')
sys.path.append ...
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.
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.
Search found 26 matches
- Wed Dec 10, 2014 6:52 am
- Forum: General Support
- Topic: Install easy_install package?
- Replies: 1
- Views: 1219
- Wed Dec 10, 2014 3:22 am
- Forum: General Support
- Topic: Install easy_install package?
- Replies: 1
- Views: 1219
Install easy_install package?
I'm thinking about making a plugin that runs of Flask, which along with its dependencies is generally installed using easy_install for windows.
if i don't want to run off source, and use the built in py.exe / environment, is there a way to install / compile the packages?
Other than that the only ...
if i don't want to run off source, and use the built in py.exe / environment, is there a way to install / compile the packages?
Other than that the only ...
- Wed Jan 15, 2014 10:05 pm
- Forum: Plugin Support
- Topic: AutoHotKey Plugin
- Replies: 3
- Views: 2138
Re: AutoHotKey Plugin
nice! so far so good! thanks for writing it!
Any chance you could put this on an SVN so i could keep it updated if you update it?
Any chance you could put this on an SVN so i could keep it updated if you update it?
- Wed Jan 15, 2014 10:04 pm
- Forum: General Support
- Topic: Turn off monitor completely
- Replies: 2
- Views: 1340
Re: Turn off monitor completely
I actually cut the power to my monitors using an insteon relay. I do it when i'm not home, or when i'm watching TV because my TV is set up as an extra monitor, so i don't have the others on.
- Mon Jan 13, 2014 9:10 pm
- Forum: Bug Reports
- Topic: Revision 1629 Causes Wait function to stop a macro
- Replies: 2
- Views: 4137
Re: Revision 1629 Causes Wait function to stop a macro
I just retried my simple tree, and i can't reproduce the issue on that (sigh, i thought i had it nailed.)
It does continue on my full tree( with or without the WOW64 box checked.) , so i'll try to isolate it again on a simple tree.
The issue does continue to go away when i revert the changes from ...
It does continue on my full tree( with or without the WOW64 box checked.) , so i'll try to isolate it again on a simple tree.
The issue does continue to go away when i revert the changes from ...
- Thu Jan 09, 2014 3:31 am
- Forum: General Support
- Topic: Getting events from a HTTP GET querry
- Replies: 6
- Views: 2931
Re: Getting events from a HTTP GET querry
awesome.
this might be proving my knowledge limits of python, but in your code
isn't this redundant?:
import xml.dom.minidom
from xml.dom.minidom import parse
this might be proving my knowledge limits of python, but in your code
isn't this redundant?:
import xml.dom.minidom
from xml.dom.minidom import parse
- Wed Jan 08, 2014 10:23 pm
- Forum: General Support
- Topic: How to send Command to Global Cache iTech IPToIR
- Replies: 41
- Views: 24076
Re: How to send Command to Global Cache iTech IPToIR
I use the attached plugin that works great for me, I got it on this forum i think, "Ebrus" i think wrote it. I modified it to use either Global Cache or Hex and it converts it.
My modifications are hacky, but they worked, so i never cleaned up the code since i never meant for it to go externally.
My modifications are hacky, but they worked, so i never cleaned up the code since i never meant for it to go externally.
- Wed Jan 08, 2014 10:16 pm
- Forum: General Support
- Topic: How can I IR blast on TV when computer resumes?
- Replies: 5
- Views: 3166
Re: How can I IR blast on TV when computer resumes?
step 1), put your computer to sleep
step 2), wake it up using your USB-UIRT
then go to commandline
and type powercfg -lastwake
see what it outputs. the script i wrote pretty much will just output an event based on it.(very literally)
then compare that to what it outputs when it wakes up from the ...
step 2), wake it up using your USB-UIRT
then go to commandline
and type powercfg -lastwake
see what it outputs. the script i wrote pretty much will just output an event based on it.(very literally)
then compare that to what it outputs when it wakes up from the ...
- Tue Jan 07, 2014 10:29 pm
- Forum: General Support
- Topic: Getting events from a HTTP GET querry
- Replies: 6
- Views: 2931
Re: Getting events from a HTTP GET querry
yes use a script. something _like_ (my code sucks, but should get you in the right direction with some google.)
import urllib
import xml.dom.minidom
response = urllib.urlopen('http://<A-400>:8008/playback?arg0=get_current_vod_info') #assumes the response is ready to parse into xml
status = dom ...
import urllib
import xml.dom.minidom
response = urllib.urlopen('http://<A-400>:8008/playback?arg0=get_current_vod_info') #assumes the response is ready to parse into xml
status = dom ...
- Tue Jan 07, 2014 7:32 pm
- Forum: Plugin Support
- Topic: Insteon Plug-ins for ISY-26/99i and SmartLinc (with X10)
- Replies: 53
- Views: 22210
Re: Insteon Plug-ins for ISY-26/99i and SmartLinc (with X10)
Wow, i just discovered this, it's great. I wrote my own crappy plugin for this, i didn't know about the subscription service of the isy.
Would be cool if you had this in a repo, i'd love to fork it and incorporate the things i've done too (eg pulling variables values down)
Would be cool if you had this in a repo, i'd love to fork it and incorporate the things i've done too (eg pulling variables values down)
- Tue Jan 07, 2014 7:20 pm
- Forum: General Support
- Topic: Ir Blasting options?
- Replies: 2
- Views: 2262
Re: Ir Blasting options?
i use the global cache. it's rock solid and consistent. also because it's ethernet, you can stash the thing in a cabinet or such, and also it has 3 outputs, so you're not flooding the room with IR, you can use it with just a tiny blaster over the input on each device.
also i wrote a very basic plug ...
also i wrote a very basic plug ...
- Tue Jan 07, 2014 9:29 am
- Forum: General Support
- Topic: How can I IR blast on TV when computer resumes?
- Replies: 5
- Views: 3166
Re: How can I IR blast on TV when computer resumes?
could you use a script that parses the powercfg -lastwake shell command?
e.g. something like (but please use regex to parse the reason fro the Event Trigger{:
import subprocess
cmd = subprocess.Popen('powercfg -lastwake', shell=True, stdout=subprocess.PIPE)
for line in cmd.stdout:
eg.TriggerEvent ...
e.g. something like (but please use regex to parse the reason fro the Event Trigger{:
import subprocess
cmd = subprocess.Popen('powercfg -lastwake', shell=True, stdout=subprocess.PIPE)
for line in cmd.stdout:
eg.TriggerEvent ...
- Tue Jan 07, 2014 7:49 am
- Forum: Bug Reports
- Topic: Revision 1629 Causes Wait function to stop a macro
- Replies: 2
- Views: 4137
Revision 1629 Causes Wait function to stop a macro
So here's the situation i find myself
I use eventghost to launch an autohotkey executable, since revision 1629 (the additions to the execute.py file) it causes my program to cease continuing the macro once the wait is over.
simple process
1) Start Program (IT DOES START PROGRAM)
2) Wait (IT WILL ...
I use eventghost to launch an autohotkey executable, since revision 1629 (the additions to the execute.py file) it causes my program to cease continuing the macro once the wait is over.
simple process
1) Start Program (IT DOES START PROGRAM)
2) Wait (IT WILL ...
- Tue Dec 17, 2013 10:34 pm
- Forum: General Support
- Topic: Using EventGhost to kill TeamViewer sponsored session window
- Replies: 3
- Views: 2748
Re: Using EventGhost to kill TeamViewer sponsored session wi
thanks. i'd been trying to use task activated / deactivated with moderate success, i didn't realize the process plugin existed.
- Fri May 11, 2012 12:02 am
- Forum: Bug Reports
- Topic: Jump action stopped working
- Replies: 21
- Views: 15711
Re: Jump action stopped working
Same problem. here's more info and the traceback.
in 1568 on a win 7 64 bit computer, i'm getting the following error (note that this only prints the traceback when running through eclipse, otherwise it just hangs the program)
here's how i replicate:
downloaded 1568 fresh source folder
run ...
in 1568 on a win 7 64 bit computer, i'm getting the following error (note that this only prints the traceback when running through eclipse, otherwise it just hangs the program)
here's how i replicate:
downloaded 1568 fresh source folder
run ...