WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: IPython  (Read 1568 times)

Offline DenverCoder9

  • Newbie
  • *
  • Posts: 1
IPython
« on: July 24, 2012, 08:40:42 AM »
If it's not too much of a bother, I'd like to ask that IPython be packaged for TinyCore. Also, I understand creating extensions from Python apps works a bit differently than from C source code. Is there a guide a available to doing this yourself, like the one on the TC wiki?

Offline jls

  • Hero Member
  • *****
  • Posts: 2135
Re: IPython
« Reply #1 on: July 24, 2012, 09:03:35 AM »
in this link there are many python extension
https://code.google.com/p/tc-ext-tools/
dCore user

Offline vinnie

  • Hero Member
  • *****
  • Posts: 1187
  • HandMace informatic works
Re: IPython
« Reply #2 on: September 04, 2012, 08:21:40 PM »
basically is the same, example:
sudo python ./setup.py install --root /tmp/dir_name
this argument is the equivalent of DESTDIR

remember to delete .pyc file in addition to the normal separation of localees, doc and dev, .pyc is unnecessary "precompiled" file, are recreated when the program starts and only weigh the package