--> --> -->
 
 
<type 'exceptions.ImportError'>
Python 2.6.2: /usr/www/users/stlpartn/newdigitaleconomics.com/SiliconValley_2012/../../_virtualenv/bin/python
Sat May 18 10:32:01 2013

A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.

 /usr/www/users/stlpartn/newdigitaleconomics.com/SiliconValley_2012/register.cgi in ()
   10 from stl import registration
   11 from stl.registration import RegistrationForm, FormHandler
   12 from stl.registration import Price, Prices, PriceList, EarlyBirdPriceList, USD
   13 from stl.registration import DiscountDict, DiscountCode
   14 
stl undefined, Price = <class 'stl.registration.Price'>, Prices = <class 'stl.registration.Prices'>, PriceList = <class 'stl.registration.PriceList'>, EarlyBirdPriceList undefined, USD undefined

<type 'exceptions.ImportError'>: cannot import name EarlyBirdPriceList
      args = ('cannot import name EarlyBirdPriceList',)
      message = 'cannot import name EarlyBirdPriceList'