Jump to content

error with Python vs.Write, vs.WriteLn, vs.WriteLnMac


GioPet

Recommended Posts

Hi all,

I am new to Python and I am testing a few functions.

I am trying to get this done:

  vs.Rewrite(filename)
  vs.WriteLn(string)
  vs.Close(filename)

but it always returns the error:

AttributeError: 'module' object has no attribute 'WriteLn'

all variables are correctly defined... so what am I doing wrong?

thanks

g

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...