-
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
-
Senior Member
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
-
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules