Forum Coordinators: RedPhantom
Poser - OFFICIAL F.A.Q (Last Updated: 2024 Nov 29 7:57 am)
If you open the PY file in Notepad what do you see in line number 4?
The error message indicates that there is a non ASCII character present. May be something like the copyright symbol or something invisible line a carriage return. Whatever it is it will probably be obvious and can be deleted or edited to something else.
If you are not sure please copy/paste line 4 to the thread and we can go from there.
Hmm,
I opened it up in EditPad Lite but I see no line numbers.
Here is the first block without the annotations:
from Tkinter import *
import poser,string
scene = poser.Scene()
class App:
def init(self, master):
self.MainButtonWidth = 9
self.FullActorList = []
self.DeformerList = []
self.MagnetList = []
self.MagnetPairsList = []
self.FigureSelected = 'no'
self.FromQuit = 'no'
self.CloneDone = 'no'
self.FullParameterList1 = []
self.Frame4ButtonWidth = 3
self.Mode = 0
self.SaveCurrentFigureName = ''
self.InactiveMags = []
self.ActiveMags = []
self.InactiveMagNames = []
self.ActiveMagNames = []
self.ReselectMags = 'yes'
self.UndoDictionary =
self.UndoCount = 0
self.MagnetDictionary =
self.MagnetCount = 0
self.DummyFont = ('Arial','1')
Here are the comments, but the only "unusual" I see is the @ in the third line ?
# Script: MagClonerV1n.py
# Author: bushi (PoserPython.com) - bushi@velocitus.net
# Description: This script mirrors magnets on a Poser figure.
# After selecting the magnets to use, you can either
# clone the magnets to the opposite side of the
# figure or delete the selected magnets.
# System: Poser Pro, Poser 5
# active scrollbox.
# scrollbox.
Maybe I should just try deleting all comments ?
This site uses cookies to deliver the best experience. Our own cookies make user accounts and other features possible. Third-party cookies are used to display relevant ads and to analyze how Renderosity is used. By using our site, you acknowledge that you have read and understood our Terms of Service, including our Cookie Policy and our Privacy Policy.
Only problem is that whenever I open or close it, I get a warning popup I have to close first.
So, is there any way I could edit it to avoid this error popups ?
This is the error I get when opening it: