Python Automated Data Driven Pages - Labeling and Symbolizing Errors

1828
1
12-02-2014 01:51 PM
deleted-user-CGi_I1QLp6Ms
New Contributor

Hi,

I am trying to use a python script to automate the export of the data driven map document.  However when I use the python script to run the DDP export some of the labels are not exported and the symbols that have a rotation angle based on a attribute in the layer table is not rotating. 

Other than the labels and the symbols the automated exports works fine. 

When I run the DDP manually all the labels and symbols are exported correctly.  Have anyone else encountered this problem?

Thanks,

COB

0 Kudos
1 Reply
EricFord2
New Contributor II

I had a similar problem with labels not showing up when using 64 bit Python to export DDP.  The fun part is the issue only appeared with labels that had Python set as the parser for the label expression.  The solution was to either go back to 32 bit Python, or change the label parser to VBScript and re-write the label expression to work with VB.

Hopefully that helps!

0 Kudos