+ Reply to Thread
Results 1 to 3 of 3

Thread: Help with error message needed

  1. #1

    Help with error message needed

    Hi all,

    can anyone tell me what this error message comes from and what it actually means?

    Message: invalid literal for float(): 6,0%

    thanks,
    Grischa

  2. #2
    Senior Member Steve Baer's Avatar
    Join Date
    Apr 2010
    Location
    Seattle
    Posts
    1,464
    Blog Entries
    19
    Hi Grischa,
    Hard to tell just from the message, but it sounds like there is a function that is expecting a numeric value (float), but something else is being sent to it. Running your script in the debugger should help you pin down the problem.
    Thanks,
    -Steve

  3. #3
    Hi Steve,

    thanks for your reply.
    The script is running just fine, but at the end I get the error.
    Anyway I'll try as you suggested. I'll let you know if I can figure out what it is...

    Thanks,
    Grischa

+ Reply to Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts