0

I want to install MySQL-python-1.2.5 on an old Linux (Debian) embedded system. Python is already installed together with a working MariaDB/MySQL database.

Problems: 1) the system is managed remotely and has no direct internet access; 2) band is infinitesimal to install further apps/libraries, so I would avoid doing this if possible; 3) gcc and mysql_config not installed.

My question: is there any possibility to add the MYSQL-PYTHON package already READY to be imported into a python script, compiled and as a single file even better, without going through a painful and local upgrade? My dream: prepare the working package/file on my local PC and then transfer it using SCP.

Note: the remote system and my working pc are compatible and I don't need any special toolchain.

2

1 Answer 1

3

have you tried the .deb files from here packages.debian.org/wheezy/python-mysqldb

Sign up to request clarification or add additional context in comments.

2 Comments

It works perfectly! Thank you satch_boogie (As a comment I couldn't upvote)
there is "Mark it as answer(faded tick mark)" near the Answer

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.