Welcome
|
FAQ
|
Downloads
|
Wiki
Tiny Core Linux
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
Language translations
now possible!
Home
Help
Login
Register
Tiny Core Linux
»
Tiny Core Base
»
Raspberry Pi
»
Can i install this app and run a python program?
« previous
next »
Print
Pages: [
1
]
Go Down
Author
Topic: Can i install this app and run a python program? (Read 2893 times)
9acca9
Newbie
Posts: 5
Can i install this app and run a python program?
«
on:
April 02, 2021, 11:29:54 PM »
Hello.
I am thinking of installing tiny core on a raspberry pi zero w.
Can I install this application? (or there is some other that do the same)
https://github.com/davesteele/comitup
On the other hand, my intention is to run a python program. Will I have a problem?
Excuse the ignorance.
Thanks a lot.
Logged
Juanito
Administrator
Hero Member
Posts: 14785
Re: Can i install this app and run a python program?
«
Reply #1 on:
April 03, 2021, 12:56:33 AM »
With a little preparation you can install various existing piCore wifi extensions on an RPi0 so that it will connect on boot - there are several threads on the subject.
You can install and run python programs using piCore - I haven't tried the one you mention, but it should work.
Logged
Paul_123
Administrator
Hero Member
Posts: 1237
Re: Can i install this app and run a python program?
«
Reply #2 on:
April 03, 2021, 11:41:41 AM »
While installing python programs is trivial, what they do is completely different.
That program requires networkmanager and systemd. Tinycore does not use systemd, so I would bet that it will not work as you want.
Logged
Juanito
Administrator
Hero Member
Posts: 14785
Re: Can i install this app and run a python program?
«
Reply #3 on:
April 03, 2021, 11:52:48 AM »
Perhaps the systemd functionality can be disabled or elogind used in its place.
Logged
9acca9
Newbie
Posts: 5
Re: Can i install this app and run a python program?
«
Reply #4 on:
April 03, 2021, 01:06:41 PM »
Ouch.
Thanks. What is elogind??
In the other hand if this app dont work. How can i do "the same"?
This app make an access point if when rpi start dont find his saved wifi (or if is first start). You connect to that access point and there a page with options for select the wifi you want to connect.
Logged
curaga
Administrator
Hero Member
Posts: 11038
Re: Can i install this app and run a python program?
«
Reply #5 on:
April 03, 2021, 02:29:45 PM »
That's relatively lot of work, and probably no other implementations exist. You can do it yourself, of course, if you're willing to go the way.
Logged
The only barriers that can stop you are the ones you create yourself.
9acca9
Newbie
Posts: 5
Re: Can i install this app and run a python program?
«
Reply #6 on:
April 03, 2021, 08:41:25 PM »
Ouch again.
I recently installed, the wifi is working. I was happy....
Logged
Juanito
Administrator
Hero Member
Posts: 14785
Re: Can i install this app and run a python program?
«
Reply #7 on:
April 04, 2021, 01:00:59 AM »
networkmanager is present in the piCore repo, but it will probably run slowly on an RPi0
elogind is a work-around for systemd
Logged
Print
Pages: [
1
]
Go Up
« previous
next »
Tiny Core Linux
»
Tiny Core Base
»
Raspberry Pi
»
Can i install this app and run a python program?