• bray
  • NEWBIE
  • 0 Points
  • Member since 2006

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 1
    Replies
I noticed this forum has Python in the name. Is there already a Python API?

tia,

Brian Ray

  • May 02, 2006
  • Like
  • 0
I´m using os x 10.4 and mamp (www.mamp.info) server that includes

  • Apache Version: 2.0.55
  • MySQL Version: 5.0.19
  • PHP Version: 4.4.2 & 5.1.2
  • eAccelerator: 0.9.5 beta
  • Zend Optimizer: 2.6.0
  • phpMyAdmin 2.7.0-pl2
  • SQLite Version: 2.8.16
  • SQLiteManager Version: 1.1.3
  • Freetype Version: 2.1.9
  • t1lib Version: 5.1.0
  • curl Version: 7.14.0
  • jpeg Version: 6b
  • libpng Version: 1.2.5
  • gd Version: 2.0.28
but even when mamp people says that the apache is configured with the openssl library the helloWorld.php trhows this exption:

SSL support is not available in this build

mamp people says to enable openssl i should create a certificate but I´m not sure if it is the real reason for this error or how to create it.

curl, sockets and soap are also enabled in php

any ideas ?