Doesn't matter what I import.
Any thoughts? I've spent hours upon hours trying to fix this.
I'm running Mystic on a Raspberry PI. The directory owner is root. Everything runs great including when I add a menu item that executes the included testpython.mpy.
If I modify that script and import any python packages that are not out
of the box then I get an error.
On 05/06/17, Kevin Karagitz pondered and said...
I'm running Mystic on a Raspberry PI. The directory owner is root. Everything runs great including when I add a menu item that executes included testpython.mpy.
If I modify that script and import any python packages that are not o of the box then I get an error.
Have you check the docs on the Wiki?
http://wiki.mysticbbs.com/doku.php?id=python
http://wiki.mysticbbs.com/doku.php?id=python_devnotes
http://wiki.mysticbbs.com/doku.php?id=python_functions
On 05/08/17, Paul Hayton said the following...executes
On 05/06/17, Kevin Karagitz pondered and said...
I'm running Mystic on a Raspberry PI. The directory owner is root. Everything runs great including when I add a menu item that
oincluded testpython.mpy.
If I modify that script and import any python packages that are not
of the box then I get an error.
Have you check the docs on the Wiki?
http://wiki.mysticbbs.com/doku.php?id=python
http://wiki.mysticbbs.com/doku.php?id=python_devnotes
http://wiki.mysticbbs.com/doku.php?id=python_functions
If it's an issue with the python environment variables, the docs don't help out on linux versions. Those docs are only good for windows users.
I've given up on writing any mystic python apps. It is not ready for prime time afaikt.
On Monday, May 8, 2017 at 4:53:00 PM UTC-4, Darryl Perry wrote:
On 05/08/17, Paul Hayton said the following...o
On 05/06/17, Kevin Karagitz pondered and said...
I'm running Mystic on a Raspberry PI. The directory owner is root.
Everything runs great including when I add a menu item that >executes
included testpython.mpy.
If I modify that script and import any python packages that are not
of the box then I get an error.
Have you check the docs on the Wiki?
http://wiki.mysticbbs.com/doku.php?id=python
http://wiki.mysticbbs.com/doku.php?id=python_devnotes
http://wiki.mysticbbs.com/doku.php?id=python_functions
If it's an issue with the python environment variables, the docs don't help >> out on linux versions. Those docs are only good for windows users.
I've given up on writing any mystic python apps. It is not ready for prime >> time afaikt.
That's my issue as well. I'm using 2.x Python Libs...
Anyone know how to properly setup of the environment variables that Mystic is >looking for in Linux or Raspbian?
--- SoupGate-Win32 v1.05
* Origin: Agency HUB, Dunedin - New Zealand | Fido<>Usenet Gateway (3:770/3)
I am having same issue!help
On 08:55 09/05 , Kevin Karagitz wrote:
On Monday, May 8, 2017 at 4:53:00 PM UTC-4, Darryl Perry wrote:
On 05/08/17, Paul Hayton said the following...o
On 05/06/17, Kevin Karagitz pondered and said...
I'm running Mystic on a Raspberry PI. The directory owner is root.
Everything runs great including when I add a menu item that >executes
included testpython.mpy.
If I modify that script and import any python packages that are not
of the box then I get an error.
Have you check the docs on the Wiki?
http://wiki.mysticbbs.com/doku.php?id=python
http://wiki.mysticbbs.com/doku.php?id=python_devnotes
http://wiki.mysticbbs.com/doku.php?id=python_functions
If it's an issue with the python environment variables, the docs don't
primeout on linux versions. Those docs are only good for windows users.
I've given up on writing any mystic python apps. It is not ready for
istime afaikt.
That's my issue as well. I'm using 2.x Python Libs...
Anyone know how to properly setup of the environment variables that Mystic
(3:770/3)looking for in Linux or Raspbian?
--- SoupGate-Win32 v1.05
* Origin: Agency HUB, Dunedin - New Zealand | Fido<>Usenet Gateway
--
yrNews Usenet Reader for iOS
http://appstore.com/yrNewsUsenetReader
Wow... I wish someone from the Mystic team would respond. I even donated.. Not happy.
On 05/22/17, Kevin Karagitz pondered and said...
Wow... I wish someone from the Mystic team would respond. I even donated.. Not happy.
Remember this is just a hobby for all of us so your response times will vary >according to that thing called 'real life' :)
Now Chad did post a similar question in fsxNet (Zone 21) and James aka g00r00 >did reply to it.
[snip]
Can you run "python --version" from a terminal to see if it says "Python 2.7" >and then also take a look at the output of this command:
ldconfig -p | grep libpython
You should see a "libpython2.7.so.1.0" as a result. If you don't, we may >have to create a symlink to whatever file you have installed
[snip]
Subsequent to this I can see g00r00 has also updated the Wiki page
http://wiki.mysticbbs.com/doku.php?id=python#library_validation
with further info that I hope will be of help to you. It does pay to keep an >eye on the recent changes section of the Wiki.
Lastly I suggest you make sure you're running the latest version of Mystic >(now 1.12 A33) and keep an eye out for further updates as they come to hand.
You may also wish to consider finding a BBS with access to fsxNet and posting >in FSX_MYS echo as well as here.
Hope that helps.
Best, Paul
--- Mystic BBS v1.12 A33 (Windows/32)
* Origin: Agency BBS | telnet://agency.bbs.geek.nz (3:770/100)
Here's what I did that fixed it:
I completely removed python. I am on command line too, btw.
I reinstalled python2.7 plus the lib at the bottom.
This resolved my issue.
If you get the output from the ldconfig and the correct lib, you should be >good. It's looking for that library.
I also created a sym link to python2.7 to python for /use/bin
On 14:42 23/05 , Paul Hayton wrote:
On 05/22/17, Kevin Karagitz pondered and said...
Wow... I wish someone from the Mystic team would respond. I even
donated.. Not happy.
Remember this is just a hobby for all of us so your response times will vary >>according to that thing called 'real life' :)
Now Chad did post a similar question in fsxNet (Zone 21) and James aka g00r00 >>did reply to it.
[snip]
Can you run "python --version" from a terminal to see if it says "Python 2.7" >>and then also take a look at the output of this command:
ldconfig -p | grep libpython
You should see a "libpython2.7.so.1.0" as a result. If you don't, we may >>have to create a symlink to whatever file you have installed
[snip]
Subsequent to this I can see g00r00 has also updated the Wiki page
http://wiki.mysticbbs.com/doku.php?id=python#library_validation
with further info that I hope will be of help to you. It does pay to keep an >>eye on the recent changes section of the Wiki.
Lastly I suggest you make sure you're running the latest version of Mystic >>(now 1.12 A33) and keep an eye out for further updates as they come to hand. >>
You may also wish to consider finding a BBS with access to fsxNet and posting >>in FSX_MYS echo as well as here.
Hope that helps.
Best, Paul
--- Mystic BBS v1.12 A33 (Windows/32)
* Origin: Agency BBS | telnet://agency.bbs.geek.nz (3:770/100)
--
yrNews Usenet Reader for iOS
http://appstore.com/yrNewsUsenetReader
--- Mystic BBS/NNTP v1.12 A33 (Linux/64)
* Origin: -=The ByteXchange BBS : bbs.thebytexchange.com=- (1:130/210)
Wow... I wish someone from the Mystic team would respond. I even donated.. Not happy.
ofWow... I wish someone from the Mystic team would respond. I even
donated.. Not happy.
I'm sorry that your message did not get the response you hoped for.
Sometimes I have to pick and choose where I read and where I respond because
time. Often questions that are frequently asked or are covered on the Wiki I skip over these days. Most of my activity is on the FSX network but eventhat
has greatly decreased lately.living
If it were financially possible to give everyone 1v1 support and make a
from it I would, but I have received less than $300 total for Mystic in donations since ~1998. I try to help when I can but its not a job; its a hobby, and one that is increasingly difficult to devote a lot of time to lately.for,
There have been people who donate $5 with a list of requests followed by disrespectful e-mails insulting me because they didn't get what they paid
all in the matter of a couple of days. Sometimes this cycle happens so fastit
completes before I even see that someone donated in the first place.sort
I greatly appreciate all donations (and it has all gone towards Mystic) but I mention this because its important to remember that making a donation should be done to help the project *only*...
If a person donates under the impression that it is going to give them some sort of privilege to make demands or get angry if they don't get catered to, then those are people should not donate. Donating does not come with any
of entitlement to unrealistic expectations, it is simply a way to support the project if you'd like to.
Anyway, please check the Wiki for Python stuff and let me know what you're stuck on if you still are. There is a page for Python setup that should help guide you, as Linux distributions can vary greatly. I've recently added some new information to help guide people through onto the Wiki.
I realize that this isn't a huge money making endeavor for you.. also I do not >expect personal support from you either. I sincerely appreciate all the time >and effort you put into Mystic.. It's really great.Wiki I
The issue I'm having is the same issue that others are having. Python plugins >are not working correctly on *nix for everyone or for some of us. What i'm >looking for is how to setup the Python environmental variables that Mystic is >looking for on unix..
Specifically I'm on Raspbian on a raspberry pi. Your instructions do not
cover this for unix, it only covers it for Windows. I suspect that this is the
cause of most of the issues that we are having.
Any suggestions?
Honestly thanks again for all your great work.
On Thursday, May 25, 2017 at 1:20:16 AM UTC-4, g00r00 wrote:
Wow... I wish someone from the Mystic team would respond. I even
donated.. Not happy.
I'm sorry that your message did not get the response you hoped for.
Sometimes I have to pick and choose where I read and where I respond because >of
time. Often questions that are frequently asked or are covered on the
but Iskip over these days. Most of my activity is on the FSX network but even >that
has greatly decreased lately.
If it were financially possible to give everyone 1v1 support and make a >living
from it I would, but I have received less than $300 total for Mystic in
donations since ~1998. I try to help when I can but its not a job; its a
hobby, and one that is increasingly difficult to devote a lot of time to
lately.
There have been people who donate $5 with a list of requests followed by
disrespectful e-mails insulting me because they didn't get what they paid >for,
all in the matter of a couple of days. Sometimes this cycle happens so fast >it
completes before I even see that someone donated in the first place.
I greatly appreciate all donations (and it has all gone towards Mystic)
mention this because its important to remember that making a donation should >> be done to help the project *only*...
If a person donates under the impression that it is going to give them some >> sort of privilege to make demands or get angry if they don't get catered to, >> then those are people should not donate. Donating does not come with any >sort
of entitlement to unrealistic expectations, it is simply a way to support the
project if you'd like to.
Anyway, please check the Wiki for Python stuff and let me know what you're >> stuck on if you still are. There is a page for Python setup that should help
guide you, as Linux distributions can vary greatly. I've recently added some
new information to help guide people through onto the Wiki.
--- SoupGate-Win32 v1.05
* Origin: Agency HUB, Dunedin - New Zealand | Fido<>Usenet Gateway (3:770/3)
Install python 2.7, install the library from the other post, and
create a symlink to python from python2.7 in /usr/bin
I had the exact same issue and fixed it in about 15 mins. I am on a
Debian based district.
The issue I'm having is the same issue that others are having. Python plugins are not working correctly on *nix for everyone or for some of
us. What i'm looking for is how to setup the Python environmental variables that Mystic is looking for on unix..
Specifically I'm on Raspbian on a raspberry pi. Your instructions do
not cover this for unix, it only covers it for Windows. I suspect that
Install python 2.7, install the library from the other post, and create a symlink to python from python2.7 in /usr/bin
so what happens when your distribution updates python to a new version?
;)
so what happens when your distribution updates python to a new version?
Wow... I wish someone from the Mystic team would respond. I even donated.. Not happy.
Sometimes I have to pick and choose where I read and where I respond because of time. Often questions that are frequently asked or are
covered on the Wiki I skip over these days. Most of my activity is on
the FSX network but even that has greatly decreased lately.
If it were financially possible to give everyone 1v1 support and make a living from it I would, but I have received less than $300 total for Mystic in donations since ~1998. I try to help when I can but its not a job; its a hobby, and one that is increasingly difficult to devote a lot of time to lately.
There have been people who donate $5 with a list of requests followed by disrespectful e-mails insulting me because they didn't get what they
paid for, all in the matter of a couple of days. Sometimes this cycle happens so fast it completes before I even see that someone donated in
the first place.
I greatly appreciate all donations (and it has all gone towards Mystic) but I mention this because its important to remember that making a donation should be done to help the project *only*...
If a person donates under the impression that it is going to give them some sort of privilege to make demands or get angry if they don't get catered to, then those are people should not donate. Donating does not come with any sort of entitlement to unrealistic expectations, it is simply a way to support the project if you'd like to.
There have been people who donate $5 with a list of requests followed by disrespectful e-mails insulting me because they didn't get what they paid fo
http://wiki.mysticbbs.com/doku.php?id=python#library_validation
Question Is the email user validation working? Does anyone have a Script file that I can use please? I do not know how to write Python script files?
| Sysop: | Winzlo |
|---|---|
| Location: | Minnesota, USA |
| Users: | 11 |
| Nodes: | 16 (0 / 16) |
| Uptime: | 495934:09:04 |
| Calls: | 82 |
| Files: | 1,070 |
| D/L today: |
27 files (11,920K bytes) |
| Messages: | 286,920 |