making python package extensions
Making python extensions isn't particularly difficult, but there are a few tricks to doing it(these steps are made to be used with the creating extensions wiki page):[list type...
View ArticleRe: Can I launch Blender
Is blender a script or a binary?If it's a binary, is it looking for the loader in /lib64?If it's a script, is it looking for bash or for perl/python in /usr/bin?
View ArticleRe: Serial Console
And don't forget like M-H says.. that some of the Raspberry PI's have bluetooth usage on the serial port.http://forum.tinycorelinux.net/index.php/topic,21129.msg132018.html#msg132018So you have to...
View ArticleRe: piCore 9.0.3 Citrix Receiver 12.1
If this was it I guess the easiest would be to add that symlink to your backupCode: [Select]echo "lib/ld-linux.so.3" >> /opt/.filetool.lstfiletool.sh -b
View ArticleRe: piCore 9.0.3 Citrix Receiver 12.1
Thanks, yes, I noticed that after I typed it out and posted it.So now it gives me a shared library error, so I'm going to see if I can find it or symlink to a compatible one.libXm.so.3 which is...
View ArticleTCL 8.x rootfs.gz files all owned by root:root
Somehow, all of the files in rootfs.gz of TCL 8.x are owned by root:root which I think should definitely not be the case.@hiro has pointed this out earlier that I also discovered when using TCL 8.x's...
View ArticleRe: piCore 9.0.3 Citrix Receiver 12.1
It might not be the best solution but you could copy missing libs from your rpiTC installation to somewhere like/opt/Citrix/ICAClient/lib/libXm.so.3and start the program like...
View ArticleRe: Steps to connect a Pi Zero W to wifi
I cannot get this to work on Pi Zero W either...I followed the instructions above with piCore 9.0.3 but wifi.sh says "No wifi devices found!" and when I do "iwconfig wlan0" I get the message: "wlan0...
View ArticleRe: piCore 7 alex iot python
How do I install pip? I don't see a pip package in http://tinycorelinux.net/9.x/armv6/tcz/ Is it part of python.tcz? And once I have pip installed, will I then be able to use pip to install the...
View ArticleRe: Steps to connect a Pi Zero W to wifi
You forgot the file name extension (.tcz) for the firmware entry.Also you can remove a few as they are deps of wifi.tcz .Code: [Select]mc.tczopenssh.tczfirmware-rpi3-wireless.tczreadline.tczwifi.tcz
View ArticleRe: Wine and VBox support in 7.x dropped?
Also wine-gecko.tcz and wine-mono.tcz might be helpful. They download the mono and gecko packages that wine needs(as, for some reason, getting mono and gecko failed with wine; the tcz's pre-download...
View ArticleRe: piCore 9.0.3 Citrix Receiver 12.1
Thanks for the info.I've tried symlinking several different versions of libXm to lib/libXm.so.3 and each time I still get the error while loading shared libraries libXm.so.3: internal error.I'll keep...
View ArticleRe: piCore 9.0.3 Citrix Receiver 12.1
You'd be better off compiling libXm from the openmotif source, no?
View ArticleRe: piCore 7 alex iot python
If you want to avoid using ram you'll have to make extensions out of the modules
View ArticledCore produces extensions with invalid symlinks
This is getting really weird! I have done some trouble shooting and find the following:The extension "owncloud-client.list" is defined by the following list:Code:...
View ArticleRe: sce-deb2sce gives non-functional extension
Please have a look at my post "dCore produces extensions with invalid symlinks" in the other thread?I have a feeling that these issues might be related but I have...
View ArticleHOW2 boot ALSO 32bit installation from same TC64bootStik?
I've read, April 11, 2017 & December 23, 2015 versions of: How to make a legacy bios/uefi dual boot usb stick with syslinuxI badly need to boot a 32bit app, on a USB to SATA device; and I'd like...
View ArticleRe: Minimalist *.ps/*pdf handling?
> <try opera guys for help>Yes, but "UPGRADE to Ver 13" when you login is so annoying.
View ArticleRe: piCore 7 alex iot python
Hi njsIf you have your extensions in /mnt/mmc0blk0p2/tce/optional then you have persistent storage.QuoteAny reason I should create a 3rd partition vs. just creating a data directory on...
View ArticleRe: piCore 7 alex iot python
Okay, thanks. So now its a "minor detail" of creating TC extensions for each python package I need. Unfortunately after reading Creating an Extension on the Wiki this seems like a daunting process!...
View Article