using python in mint solved

Questions about other topics - please check if your question fits better in another category before posting here
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
Husse

Re: using python in mint

Post by Husse »

This confused me as well when I was areal newbee...
You have to make the scripts executable.
For a script in your home folder just right click it and select properties. In the "Rights" tab there's a tick box to do that
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
nick
Level 5
Level 5
Posts: 684
Joined: Sat Dec 02, 2006 8:04 am

Re: using python in mint

Post by nick »

Hi

Should be just

Code: Select all

./configure

Code: Select all

make

Code: Select all

sudo make install
(Providing you have thae correct libraries installed)

Try http://www.mtdev.com/2002/08/python-tutorial/

Nick
Husse

Re: using python in mint

Post by Husse »

The configuring thing is also something, but not all scripts need that.
You should have chosen "Run in terminal"
That's the case with mintwifi.py (spelling may be incorrect)
Locked

Return to “Other topics”