WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: python-dev dep  (Read 2024 times)

Offline robc

  • Sr. Member
  • ****
  • Posts: 447
python-dev dep
« on: November 18, 2009, 01:46:25 PM »
python-dev.tcz.dep file has python.tczl but not the extensions that python.tczl depends on.
"Never give up! Never surrender!" - Commander Peter Quincy Taggart

"Make it so." - Captain Picard

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: python-dev dep
« Reply #1 on: November 18, 2009, 05:04:31 PM »
Thanks I will fix it.

Offline robc

  • Sr. Member
  • ****
  • Posts: 447
Re: python-dev dep
« Reply #2 on: November 18, 2009, 05:04:42 PM »
actually, is this a problem with the python dep? are sqlite3, tcl_tk, and openssl-0.9.8h required deps for python? I thought these were going to be separated from the base, if not that is fine, I just need to include more deps in a few of my extensions.
"Never give up! Never surrender!" - Commander Peter Quincy Taggart

"Make it so." - Captain Picard

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: python-dev dep
« Reply #3 on: November 18, 2009, 05:08:20 PM »
Python was built against those for support of them, but they are not linked to the python lib or executable.  They can probably be removed from the dep file as the modules may not require them to be installed.

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: python-dev dep
« Reply #4 on: November 18, 2009, 05:19:09 PM »
I will look into it more before I change anything.